POV-Ray : Newsgroups : povray.general : Debugging Splines : Debugging Splines Server Time
4 Aug 2024 08:25:07 EDT (-0400)
  Debugging Splines  
From: mcavoys
Date: 11 Jun 2003 07:33:54
Message: <3ee711f0.272076505@news.povray.org>
I am using splines to position a camera and got an unexpected result. How can I
output the value of the spline (at a clock value) to #debug. 

#declare Cam_Pos =
    spline {
      quadratic_spline
        0.00,	<0.894,	-1.569,	2.334>
        0.25,	<2.939,	-0.06,	2.035>
        0.75,	<2.939,	-0.06,	2.035>
        1.00,	<3.061,	-1.763,	2.335>   
    }

Regards
        Stephen


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.